public interface CiscoProvEv extends CiscoEv, javax.telephony.events.ProvEv
CiscoProvEv
interface, which extends JTAPI's core
javax.telephony.events.ProvEv
interface, serves as the base interface for all
Cisco-extended JTAPI Provider events. Every Provider-related event in this package extends this
interface, directly or indirectly. ProvEv
Modifier and Type | Field and Description |
---|---|
static int |
CAUSE_EM_LOGIN
This cause indicates an EM login on a terminal with a profile that is in the application's
control list and/or with a user id that matches with the user id with which application has
been started.
|
static int |
CAUSE_EM_LOGIN_PROFILE_ADD
This cause indicates a case where profile is added to the control list when it is already
logged into a terminal.
|
static int |
CAUSE_EM_LOGOUT
This cause indicates an EM logout from a terminal with the profile that is in the
application's control list and/or with a user id that matches with the user id with which
application has been started.
|
static int |
CAUSE_EM_LOGOUT_PROFILE_REMOVE
This cause indicates a case where profile is removed from the control list when it is already
logged into a terminal.
|
static int |
CAUSE_NORMAL
This indicates the cause is normal for non - EM login/logout scenarios.
|
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
Modifier and Type | Method and Description |
---|---|
int |
getCiscoCause()
Returns the Cisco Unified Communications Manager cause for this event.This is to application
know why the event has been delivered.
|
static final int CAUSE_NORMAL
static final int CAUSE_EM_LOGIN
static final int CAUSE_EM_LOGOUT
static final int CAUSE_EM_LOGIN_PROFILE_ADD
static final int CAUSE_EM_LOGOUT_PROFILE_REMOVE